Function DISPLAY_FILTER_2D

Package

display

Short description

Display and return the spatially centered cropped

Usage

	filt_for_disp = DISPLAY_FILTER_2D(filter, rorim, n)

Input

    filter (struct): a filter from a wavelet factory (for instance).
    rorim (string): 'r' real part, 'i' imaginary part
    n (numeric): size of the window, only for 'fourier_multires' type of
    function

Output

    filt_for_disp (numerical): displayed (real) image.

Description

    Display the real or imaginary part of a filter and returns it.

See also

List of all packages